Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: OpenDoc Class Reference /
Part 1 - Classes and Methods / ODClipboard


ActionRedone

The ActionRedone method is called to notify this clipboard object that a Cut, Copy, or Paste action was redone.

void ActionRedone (in ODUpdateID updateID,
                   in ODCloneKind originalCloneKind);
updateID
The update ID identifying the version of the clipboard content involved with this operation.
originalCloneKind
The type of clone operation that copied data to or from the clipboard. The clone kind must be one of Cut (kODCloneCut), Copy (kODCloneCopy), or Paste (kODClonePaste).
DISCUSSION
Your part should call this method whenever it redoes a Cut, Copy, or Paste operation. The update ID should be the ID returned by the ActionDone method at the time your part originally performed the action. The clone kind should be the same clone kind as specified in that call to the ActionDone method.

EXCEPTIONS
SEE ALSO
The ODClipboard::ActionDone method (page 86).
The ODClipboard::ActionUndone method (page 88).
The ODPart::RedoAction method (page 539).
"Undo for Clipboard" on page 354 in OpenDoc Programmer's Guide.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
17 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help